Overload | Description |
---|---|
DelegateCommand<TParm> Constructor(Action<TParm>,Predicate<TParm>) | Initializes a new instance of the DelegateCommand<TParm> class. |
DelegateCommand<TParm> Constructor(Action<TParm>) | Initializes a new instance of the DelegateCommand<TParm> class. |